home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / vbcode_1 / vbcode~1.exe / VBCodePro.CAB / StandardVBErrFooter.txt < prev    next >
Encoding:
Text File  |  1998-11-09  |  167 b   |  6 lines

  1. Exit %ProcedureType%
  2.  
  3. %ProcedureName%Err:
  4.     ' Raise the error message
  5.     Err.Raise Err.Number, "%ModuleName%.%ProcedureName% | " & Err.Source, Err.Description
  6.